[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SAVE

    SAVE stores all or part of the current set of memory variables to a
    disk file.

Syntax

    SAVE TO <filename> [ALL [LIKE/EXCEPT <skeleton>]]

Arguments

    <file> is the name of the file where specified memory variables are
    SAVEd.  If no extension is specified, Clipper creates the file with a
    .mem extension.

    <skeleton> is the wildcard mask to specify a group of memory variables
    to SAVE.

Usage

    SAVE copies the specified memory variables to a memory file without any
    reference to scope (public or private).  Note that hidden memory
    variables are not SAVEd even if they are PUBLIC.

    Note also that you cannot SAVE arrays to memory files.

See Also: RESTORE RESTORE SCREEN SAVE SCREEN
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson